.footer {
    margin-top: 30px;
    background: #fff;
    position: relative;
    z-index: 2;
}
.promise {
    height: 110px;
    width: 1200px;
    margin: 0 auto;
}
.promise a {
    width: 220px;
    float: left;
    margin-top: 30px;
    margin-left: 20px;
    text-decoration: none;
}
.promise dl dt.p0 {
    background-position: 0 -232px;
}
.promise dl dt {
    width: 50px;
    height: 50px;
    float: left;
}
.promise dl dd {
    margin-left: 60px;
    font-family: 'Microsoft YaHei';
}
.promise dl dd h4 {
    font-size: 20px;
    font-weight: normal;
}
.promise dl dd p {
    color: #9c9c9c;
    font-size: 12px;
}
.foot-help {
    border-top: solid 1px #eee;
    height: 160px;
}
.foot-help dl {
    float: left;
    height: 110px;
    width: 180px;
    padding-top: 30px;
}
.foot-help dl dt {
    font-size: 14px;
    padding-left: 8px;
}
.foot-help dl dd {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.foot-help dl dd a {
    display: block;
    line-height: 25px;
    color: #9c9c9c;
}
.foot-help dl.foot-sns {
    width: 250px;
    float: right;
}
.foot-help dl.foot-sns dd {
    padding: 0;
    margin: 0 0 0 75px;
}
.foot-help dl.foot-sns dd h4 {
    font-weight: normal;
    font-size: 14px;
}
.foot-help dl.foot-sns dd p {
    margin-top: 5px;
    line-height: 20px;
    color: #999;
}
.foot-help dl.foot-sns dd.wblink {
    margin-left: 0;
    margin-top: 15px;
    position: relative;
}
.foot-help dl.foot-sns dd.wblink a {
    display: inline-block;
    margin: 0 5px;
}
.foot-shop {
    height: 160px;
    background: #333;
}
.foot-shop a.turn_btn {
    font-size: 48px;
    font-family: "\5b8b\4f53";
    color: #fff;
    text-decoration: none;
    display: block;
    width: 30px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    margin-top: 50px;
}
.shop_scollbox {
    width: 1100px;
    height: 160px;
    margin: 0 20px;
    overflow: hidden;
}
.swiper-slide-footer{
	width: 340px;
	height: 110px;
	padding: 25px 10px;
}
.slideFooter{
	padding: 25px 13px;
	color:white;
	font-size: 12px;
	width: 340px;
	height: 110px;
}
.slideFooter p{
	color: #fff;
    line-height: 25px;
    height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.slideFooter a{
	margin: 15px 20px 0 0;
    color: #f7dbb7;
    display: inline-block;
}
.bottom {
    background: #f6f6f6;
}
.foot_nav {
    height: 50px;
    line-height: 50px;
    text-shadow: 0 1px 0 #fff;
    text-align: center;
}
.foot_nav i {
    margin: 0 15px;
    color: #ccc;
}
.copy {
    padding-bottom: 15px;
    text-align: center;
}
.copy p {
    line-height: 25px;
    color: #999;
    text-shadow: 0 1px 0 #fff;
}
.bot-link {
    text-align: center;
    height: 60px;
    margin-bottom: 30px;
}
.bot-link a {
    display: inline-block;
    width: 130px;
    height: 50px;
    background: url(../images/bot_link.jpg) no-repeat;
    border: solid 1px #eee;
    border-radius: 3px;
    margin: 0 5px;
    vertical-align: middle;
}
.tool-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 35px;
    height: 100%;
    background: #505050;
    z-index: 98;
    transition: width .3s ease;
}
.tool-bar-menu {
    position: absolute;
    top: 50%;
    left: 0;
    height: 250px;
    margin-top: -125px;
}
.tool-bar-menu a, .scroll-to-top {
    width: 25px;
    height: 25px;
    display: block;
    padding: 5px;
    position: relative;
}
.tool-bar-menu a i {
    display: block;
    width: 25px;
    height: 25px;
}
.tool-bar-menu a span, .scroll-to-top span {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -80px;
    width: 70px;
    height: 35px;
    background: #ff4e00;
    color: #fff;
    text-align: center;
    line-height: 35px;
    transition: left .2s ease;
    -webkit-transition: left .2s ease;
}
.tool-bar-menu a span em, .scroll-to-top span em {
    border-top: 5px solid transparent;
    border-left: 5px solid #ff4e00;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: 0;
    right: -5px;
    top: 13px;
}
.tool-bar-menu a b {
    position: absolute;
    right: 2px;
    top: 0;
    color: #fff;
    background: #c80f1e;
    border-radius: 100%;
    padding: 0 3px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    display: none;
    font-size: 12px;
    font-weight: normal;
}
.tool-bar-menu a:hover b {
    background: #fff;
    color: #c80f1e;
}